segment n. 1.(自然形成的)段落;断片;部分;分节;段;节。 2.【数学】(线)段;弓形。 3.圆缺;球缺。 4.环节;切片。 5.【生物学】分裂片;体节;环节;【植物;植物学】细裂片;全裂片。 6.【电学】整流子片;【计算机】程序段;【机械工程】扇形体;弧层;拼合轮缘。 a segment of an orange 橘子的一片。 the jointed segments of a bamboo stem 一根竹子的许多节段。 in segments 成节[段],分节[段]。 vi. 【生物学】分裂。 guide segment 弓形座。 mica segment 云母片。 vt. 分割,分裂;【生物学】使分裂。 a segmented worm 环虫。
In linux , shared segments are always named identified by a key . unnamed shared segments are not supported 在linux中,共享内存通常都是有名共享内存(使用一个关键字惟一标识) ; linux不支持无名共享内存。
Semaphores provide low - level synchronization between processes so that only one process has access to the shared segment , thereby ensuring the integrity of that shared resource * *信号量提供了进程间的低级同步,使得只有一个进程可以访问共享段,从而确保共享段的完整性。